home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / program / misc / blitscre.readme < prev    next >
Text File  |  1995-08-14  |  1KB  |  35 lines

  1. Short:    Ultimate c2p/copperscreen replacement!
  2. Author:   fischerj@informatik.tu-muenchen.de (Juergen "Rally" Fischer)
  3. Uploader: g.sanderson@ais.gu.edu.au
  4. Type:     dev/src
  5.  
  6. BLITTERSCREEN: The copperscreen replacement, aka ultra-fast c2p, without
  7. copperscreen limitations
  8.  
  9. I took this from http://www.informatik.tu-muenchen.de/~fischerj/
  10. It still has a few problems on high end machines (A4000) and is not
  11. very OS friendly, but it WORKS!!!
  12.  
  13. Contains sources, examples and a demo!
  14.  
  15. what is it ?
  16.         
  17. Blitterscreens provide a CHUNKY 256-color 2x2 or even 2x1 screen,
  18. and all fullscreen! (AGA only, ECS could do byte-chunky 16colors,
  19. not supported yet). cpu overhead very small, cpu free for
  20. rendering, this method is even useful for 030!
  21.  
  22. is it really like having chunky mode ?
  23.  
  24. The cpu can copy to chunky buffer in longwords to chipmem, each
  25. byte beeing extended to a 2x2 pixel block by custom hardware.
  26. Imagine your A1200 was connected to a localbus-VGA. Copying to
  27. vram then would be slower (!) as you got to copy 4 bytes to get
  28. a 2x2 pixel block (VGA beeing fastmem changes nothing).
  29.  
  30. So stop whining about not having a chunky screen, there is one! :)    
  31.  
  32. I admit it might be not ideal for a 040, but the 040 can do
  33. realtime-1x1-c2p while copying to chipmembuffer anyway.
  34. A 030-50 also might render faster than blitterscreen convertion.
  35.